Skip to content

New plugin Azure Graph Explorer#6103

Open
matoy wants to merge 1 commit intocentreon:developfrom
matoy:feat_AzureGraphExplorer
Open

New plugin Azure Graph Explorer#6103
matoy wants to merge 1 commit intocentreon:developfrom
matoy:feat_AzureGraphExplorer

Conversation

@matoy
Copy link
Copy Markdown
Contributor

@matoy matoy commented Apr 8, 2026

Community contributors

Description

Allow to make a Kusto-query to Azure resource graph explorer

Type of change

  • Patch fixing an issue (non-breaking change)
  • New functionality (non-breaking change)
  • Functionality enhancement or optimization (non-breaking change)
  • Breaking change (patch or feature) that might cause side effects breaking part of the Software

How this pull request can be tested ?

sudo -u centreon-engine /usr/lib/centreon/plugins/centreon_plugins.pl --plugin='cloud::azure::management::graphexplorer::plugin' --mode='query' --custommode='api' --tenant='xxx' --client-id='xxx' --client-secret='xxx' --proxyurl='' --query='your resource graph explorer kusto-query' --custom-output='Total resources: %d' --warning-match='xxx' --critical-match='xxx'

CRITICAL: Total resources: 42 | 'resourcegraph.query.match.count'=42;0:3;0:5;0;

Checklist

  • I have followed the coding style guidelines provided by Centreon
  • I have commented my code, especially hard-to-understand areas of the PR.
  • I have rebased my development branch on the base branch (develop).
  • I have provide data or shown output displaying the result of this code in the plugin area concerned.

Summary by Aikido

Security Issues: 0 🔍 Quality Issues: 1 Resolved Issues: 0

🚀 New Features

  • Added Azure Graph Explorer plugin to run KQL queries and count results

More info

@matoy matoy requested a review from a team as a code owner April 8, 2026 13:14
@matoy matoy requested a review from sdepassio April 8, 2026 13:14
Comment thread src/cloud/azure/custom/graphexplorer/mode/query.pm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants